mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user