1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix for toupper('I') != 'i'

This commit is contained in:
Werner Koch 2001-06-12 18:42:40 +00:00
parent ff170c94f1
commit 01fe1dd2a9
22 changed files with 156 additions and 47 deletions

2
TODO
View file

@ -1,4 +1,6 @@
* replace all isfoo() by ascii_usfoo() ?
* set default charset from nl_langinfo.
* check all mpi_read() for error returns.