Use 00A0 rather than 0020 for _, per unicode spec.
This commit is contained in:
parent
91d0e7f4da
commit
affccad9e5
1 changed files with 4 additions and 2 deletions
|
@ -36,8 +36,10 @@
|
|||
<?Input:Punctuation?>
|
||||
//_~32,1~0,32
|
||||
// ~45,1~0,45~~~~~~~0F0B
|
||||
// DLC 0020 or a wider space, perhaps a couple of EM spaces (2003,2003)? Than couldn't say, but he also had thought of U+2003.
|
||||
_~32,1~~1,32~~~~~~~0020
|
||||
// The Unicode spec says the no-break space (00A0) should be used here.
|
||||
// An em space, or perhaps a couple of them, might be better, but they
|
||||
// would need to be no-break ones.
|
||||
_~32,1~~1,32~~~~~~~00A0
|
||||
~45,1~~1,45~~~~~~~0F0B
|
||||
/~202,1~~1,107~~~~~~~0F0D
|
||||
// rinchen shad:
|
||||
|
|
Loading…
Reference in a new issue