-
src/xpdev/unicode.c
From
rswindell@VERT to
CVS commit on Tuesday, July 09, 2019 17:40:54
src/xpdev unicode.c 1.4 1.5
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/home/rswindell/sbbs/src/xpdev
Modified Files:
unicode.c
Log Message:
Fix a bunch of enumeration value '...' not handled in switch GCC warnings
in unicode_width().
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, July 09, 2019 17:51:34
src/xpdev unicode.c 1.5 1.6
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv26507
Modified Files:
unicode.c
Log Message:
Address more GCC warnings unicode_to_cp437():
enumeration value '...' not handled in switch
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, July 09, 2019 20:38:16
src/xpdev unicode.c 1.7 1.8
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv32638
Modified Files:
unicode.c
Log Message:
A few more code point to CP437 char mappings.
unicode_width() now correctly returns 2 for the CJK and other code points that are typically displayed in 2 columns with non-proportional fonts.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Wednesday, July 10, 2019 05:21:36
src/xpdev unicode.c 1.8 1.9
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv16034
Modified Files:
unicode.c
Log Message:
Fix Borland C++Builder 6 build error:
Expression syntax in function unicode_to_cp437
:-(
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, August 30, 2019 00:37:51
src/xpdev unicode.c 1.12 1.13
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv24194
Modified Files:
unicode.c
Log Message:
Map both Unicode BLACK SQUARE and HALFWIDTH BLACK SQUARE to CP437 0xFE when translating from Unicode to CP437.
Use the UNICODE_HOUSE macro instead of the codepoint hex-value.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, August 30, 2019 03:49:58
src/xpdev unicode.c 1.13 1.14
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv23694
Modified Files:
unicode.c
Log Message:
Use the Unicode lower/upper half block enums.
Added more "black square" -> CP437 0xFE mappings.
Added Unicode FULL/HALF block -> CP437 mappings.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Friday, August 30, 2019 04:04:53
src/xpdev unicode.c 1.14 1.15
Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/home/rswindell/sbbs/src/xpdev
Modified Files:
unicode.c
Log Message:
Eliminate duplicate case statements added in previous commit (some of these were already mapped using numeric constants).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net