mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Minor formatting changes to unicode stuff
This commit is contained in:
@@ -239,7 +239,8 @@ is_enclosing_mark :: proc(r: rune) -> bool {
|
|||||||
0x1ABE,
|
0x1ABE,
|
||||||
0x20DD ..= 0x20E0,
|
0x20DD ..= 0x20E0,
|
||||||
0x20E2 ..= 0x20E4,
|
0x20E2 ..= 0x20E4,
|
||||||
0xA670 ..= 0xA672: return true
|
0xA670 ..= 0xA672:
|
||||||
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|||||||
+2409
-2409
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user