Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_japanese.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_ja_codecs.py: Japanese Codecs Map Generator
#
# Original Author: Hye-Shik Chang <[email protected]>
# Modified Author: Dong-hee Na <[email protected]>
# Modified Author: Donghee Na <[email protected]>
#
import os

Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_korean.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_korean.py: Korean Codecs Map Generator
#
# Original Author: Hye-Shik Chang <[email protected]>
# Modified Author: Dong-hee Na <[email protected]>
# Modified Author: Donghee Na <[email protected]>
#
import os

Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_schinese.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_schinese.py: Simplified Chinese Codecs Map Generator
#
# Original Author: Hye-Shik Chang <[email protected]>
# Modified Author: Dong-hee Na <[email protected]>
# Modified Author: Donghee Na <[email protected]>
#
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_support.py: Multibyte Codec Map Generator
#
# Original Author: Hye-Shik Chang <[email protected]>
# Modified Author: Dong-hee Na <[email protected]>
# Modified Author: Donghee Na <[email protected]>
#


Expand Down