projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a206d0
)
fix typo in comment
author
Teodor Sigaev
Wed, 16 Mar 2016 14:18:14 +0000
(17:18 +0300)
committer
Teodor Sigaev
Wed, 16 Mar 2016 14:18:14 +0000
(17:18 +0300)
contrib/unaccent/generate_unaccent_rules.py
patch
|
blob
|
blame
|
history
diff --git
a/contrib/unaccent/generate_unaccent_rules.py
b/contrib/unaccent/generate_unaccent_rules.py
index 2f5520c81981597fcc70d7cc8d9b2dc013ab9310..a5eb42f0b186f13ae303a792f7a8e702dad12d26 100644
(file)
--- a/
contrib/unaccent/generate_unaccent_rules.py
+++ b/
contrib/unaccent/generate_unaccent_rules.py
@@
-95,7
+95,7
@@
def parse_cldr_latin_ascii_transliterator(latinAsciiFilePath):
# to the characters.
#
# Group 1: plain "src" char. Empty if group 2 is not.
- # Group 2: unicode-es
pac
ed "src" char (e.g. "\u0110"). Empty if group 1 is not.
+ # Group 2: unicode-es
cap
ed "src" char (e.g. "\u0110"). Empty if group 1 is not.
#
# Group 3: plain "trg" char. Empty if group 4 is not.
# Group 4: plain "trg" char between quotes. Empty if group 3 is not.