This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keymap = { | |
[1]="f13", | |
[2]="f14", | |
[3]="f15", | |
[4]="f16", | |
[5]="f17", | |
[6]="f18", | |
[7]="f19", | |
[8]="f20", | |
[9]="f21", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
URL : https://github.com/OldskoolOrion/normalize_to_utf8_chars | |
Function usable when normalizing input data, that has been mangled before, by : | |
1) Encoding Problem : Treating UTF-8 Bytes as Windows-1252 or ISO-8859-1 | |
2) Encoding Problem : Incorrect Double Mis-Conversion |