The 4.0 version of the Vietnamese keyboard shows some
errors. Could Canajun replace the Vietnamese portion
of specialchars.php with the segment enclosed.
Updated file "includes/specialchars.php" in CVS (PGV version
4.0.2) and in SVN (PGV version 4.1).
It turns out that the error in the tables was that the wrong
kind of Space character was used for four entries. The
entries should have had x'A0' (ASCII non-break Space) where
they had x'20' (ASCII Space).
I had to hex-edit the files: my text editor wouldn't copy
the changed lines properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
includes/specialchars.php from Future Branch CVS
Logged In: YES
user_id=1198414
Done.
Updated file "includes/specialchars.php" in CVS (PGV version
4.0.2) and in SVN (PGV version 4.1).
It turns out that the error in the tables was that the wrong
kind of Space character was used for four entries. The
entries should have had x'A0' (ASCII non-break Space) where
they had x'20' (ASCII Space).
I had to hex-edit the files: my text editor wouldn't copy
the changed lines properly.