Commit a031483
Fix C with Cedilla GSM code point (#318)
* Fix C with Cedilla GSM code point
EncodingDetector incorrectly uses the lowercase version of `Latin Small Letter C with Cedilla (U+00E7)` instead of `Latin Capital Letter C with Cedilla (U+00C7)`.
See https://en.wikipedia.org/wiki/GSM_03.38#GSM_7-bit_default_alphabet_and_extension_table_of_3GPP_TS_23.038_/_GSM_03.38
* Fix Tests for French C cedillia
* Fix frenchWithOnlyGSM test characters
Co-authored-by: Starfox64 <louisdijon21@yahoo.fr>1 parent 392e68f commit a031483
File tree
2 files changed
+6
-2
lines changed- src/Message
- test/Message
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments