libgcobol: Fix typo in comment

libgcobol/ChangeLog:

	* charmaps.cc: Fix typo in comment.
This commit is contained in:
Jonathan Wakely 2025-03-12 11:34:08 +00:00 committed by Jonathan Wakely
parent 74be867452
commit 2ac842a1e8
No known key found for this signature in database

View file

@ -250,7 +250,7 @@ cp1252_to_utf8_values[256] =
0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7, 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff, // F0
};
// This map table doe the reverse UTF-8 conversion back to cp1252
// This map table does the reverse UTF-8 conversion back to cp1252
static const std::unordered_map<unsigned short, unsigned char>utf8_to_cp1252_values =
{
{0x0000, 0x00}, {0x0001, 0x01}, {0x0002, 0x02}, {0x0003, 0x03}, {0x0004, 0x04}, {0x0005, 0x05}, {0x0006, 0x06}, {0x0007, 0x07},