Convert files with special characters to UTF-8 (PR #604)

* Convert file encoding to UTF-8
* Set character sets to UTF-8 explicitly
This commit is contained in:
Raphaël Zumer
2019-02-07 19:08:53 +01:00
committed by TomCh
parent 0458741a85
commit c9553d996d
11 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -9361,7 +9361,7 @@ void DebuggerProcessKey( int keycode )
}
}
else if (( keycode == VK_OEM_3 ) || // US: Tilde ~ (key to the immediate left of numeral 1)
( keycode == VK_OEM_8 )) // UK: Logical NOT ¬ (key to the immediate left of numeral 1)
( keycode == VK_OEM_8 )) // UK: Logical NOT ¬ (key to the immediate left of numeral 1)
{
if (KeybGetCtrlStatus())
{