mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
4bb37233a5
This removes the superseded tables in source files, and also all the code snippets in comments that generated them.
10 lines
292 B
C
10 lines
292 B
C
/*
|
|
* Autogenerated by read_ucd.py from The Unicode Standard 15.0.0
|
|
*
|
|
* String literals giving the currently supported version of Unicode.
|
|
* Useful for error messages and 'about' boxes.
|
|
*/
|
|
|
|
#define UNICODE_VERSION_FULL "The Unicode Standard 15.0.0"
|
|
#define UNICODE_VERSION_SHORT "15.0.0"
|