gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/common/phones nokia.c,1.36,1.37


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/common/phones nokia.c,1.36,1.37
Date: Mon, 10 Nov 2003 19:24:13 +0000

Update of /cvsroot/gnokii/gnokii/common/phones
In directory subversions:/tmp/cvs-serv20514/common/phones

Modified Files:
        nokia.c 
Log Message:
missing German characters added


Index: nokia.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nokia.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** nokia.c     4 Nov 2003 23:28:00 -0000       1.36
--- nokia.c     10 Nov 2003 19:24:10 -0000      1.37
***************
*** 77,80 ****
--- 77,83 ----
        case 0xce: return 0x0171; /* LATIN SMALL LETTER U WITH DOUBLE ACUTE */
        case 0xcc: return 0x0170; /* LATIN CAPITAL LETTER U WITH DOUBLE ACUTE */
+       case 0xe4: return 0x00e4; /* LATIN SMALL LETTER A WITH DIARESIS */
+       case 0xc4: return 0x00c4; /* LATIN CAPITAL LETTER A WITH DIARESIS */
+       case 0xdf: return 0x00df; /* LATIN SMALL LETTER SHARP S */
        default: return char_def_alphabet_decode(ch);
        }
***************
*** 102,105 ****
--- 105,111 ----
        case 0x0171: return 0xce; /* LATIN SMALL LETTER U WITH DOUBLE ACUTE */
        case 0x0170: return 0xcc; /* LATIN CAPITAL LETTER U WITH DOUBLE ACUTE */
+       case 0x00e4: return 0xe4; /* LATIN SMALL LETTER A WITH DIARESIS */
+       case 0x00c4: return 0xc4; /* LATIN CAPITAL LETTER A WITH DIARESIS */
+       case 0x00df: return 0xdf; /* LATIN SMALL LETTER SHARP S */
        default: return char_def_alphabet_encode((unsigned char)wch);
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]