Skip to content

SlyEdit: Removed high-ascii characters from the JS files to avoid issues with editors changing encodings

Eric Oulashin requested to merge slyedit_remove_hardcoded_high_ascii into master

SlyEdit Version 1.78: Removed high-ascii characters from the SlyEdit JS files; used ascii() with their numeric ASCII values instead. This should avoid issues with text editors converting characters incorrectly.

Merge request reports