- Notifications
You must be signed in to change notification settings - Fork5
Commit97c40ce
committed
Allow empty replacement strings in contrib/unaccent.
This is useful in languages where diacritic signs are represented asseparate characters; it's also one step towards letting unaccent be usedfor arbitrary substring substitutions.In passing, improve the user documentation for unaccent, which was sadlyvague about some important details.Mohammad Alhashash, reviewed by Abhijit Menon-Sen1 parent5586327 commit97c40ce
2 files changed
+54
-11
lines changedLines changed: 23 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 |
| |
113 | 123 |
| |
114 | 124 |
| |
| |||
160 | 170 |
| |
161 | 171 |
| |
162 | 172 |
| |
163 |
| - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
164 | 181 |
| |
165 | 182 |
| |
166 | 183 |
| |
|
Lines changed: 31 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
60 | 81 |
| |
61 | 82 |
| |
62 | 83 |
| |
| |||
132 | 153 |
| |
133 | 154 |
| |
134 | 155 |
| |
135 |
| - | |
136 |
| - | |
| 156 | + | |
| 157 | + | |
137 | 158 |
| |
138 | 159 |
| |
139 | 160 |
| |
| |||
145 | 166 |
| |
146 | 167 |
| |
147 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
148 | 174 |
| |
149 | 175 |
| |
150 | 176 |
| |
|
0 commit comments
Comments
(0)