Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
731598e4
Commit
731598e4
authored
May 04, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
May 04, 2015
Browse files
Merge "Adding Māori macrons to the tinymce charmap (Bug #1414770)"
parents
44e116ec
211a21d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/js/tinymce/plugins/charmap/plugin.js
View file @
731598e4
...
...
@@ -108,6 +108,7 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
8224
'
,
'
dagger
'
],
[
'
8225
'
,
'
double dagger
'
],
// alphabetical special chars
[
'
256
'
,
'
A - macron
'
],
[
'
192
'
,
'
A - grave
'
],
[
'
193
'
,
'
A - acute
'
],
[
'
194
'
,
'
A - circumflex
'
],
...
...
@@ -116,16 +117,19 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
197
'
,
'
A - ring above
'
],
[
'
198
'
,
'
ligature AE
'
],
[
'
199
'
,
'
C - cedilla
'
],
[
'
274
'
,
'
E - macron
'
],
[
'
200
'
,
'
E - grave
'
],
[
'
201
'
,
'
E - acute
'
],
[
'
202
'
,
'
E - circumflex
'
],
[
'
203
'
,
'
E - diaeresis
'
],
[
'
298
'
,
'
I - macron
'
],
[
'
204
'
,
'
I - grave
'
],
[
'
205
'
,
'
I - acute
'
],
[
'
206
'
,
'
I - circumflex
'
],
[
'
207
'
,
'
I - diaeresis
'
],
[
'
208
'
,
'
ETH
'
],
[
'
209
'
,
'
N - tilde
'
],
[
'
332
'
,
'
O - macron
'
],
[
'
210
'
,
'
O - grave
'
],
[
'
211
'
,
'
O - acute
'
],
[
'
212
'
,
'
O - circumflex
'
],
...
...
@@ -134,6 +138,7 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
216
'
,
'
O - slash
'
],
[
'
338
'
,
'
ligature OE
'
],
[
'
352
'
,
'
S - caron
'
],
[
'
362
'
,
'
U - macron
'
],
[
'
217
'
,
'
U - grave
'
],
[
'
218
'
,
'
U - acute
'
],
[
'
219
'
,
'
U - circumflex
'
],
...
...
@@ -141,6 +146,7 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
221
'
,
'
Y - acute
'
],
[
'
376
'
,
'
Y - diaeresis
'
],
[
'
222
'
,
'
THORN
'
],
[
'
257
'
,
'
a - macron
'
],
[
'
224
'
,
'
a - grave
'
],
[
'
225
'
,
'
a - acute
'
],
[
'
226
'
,
'
a - circumflex
'
],
...
...
@@ -149,16 +155,19 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
229
'
,
'
a - ring above
'
],
[
'
230
'
,
'
ligature ae
'
],
[
'
231
'
,
'
c - cedilla
'
],
[
'
275
'
,
'
e - macron
'
],
[
'
232
'
,
'
e - grave
'
],
[
'
233
'
,
'
e - acute
'
],
[
'
234
'
,
'
e - circumflex
'
],
[
'
235
'
,
'
e - diaeresis
'
],
[
'
299
'
,
'
i - macron
'
],
[
'
236
'
,
'
i - grave
'
],
[
'
237
'
,
'
i - acute
'
],
[
'
238
'
,
'
i - circumflex
'
],
[
'
239
'
,
'
i - diaeresis
'
],
[
'
240
'
,
'
eth
'
],
[
'
241
'
,
'
n - tilde
'
],
[
'
333
'
,
'
o - macron
'
],
[
'
242
'
,
'
o - grave
'
],
[
'
243
'
,
'
o - acute
'
],
[
'
244
'
,
'
o - circumflex
'
],
...
...
@@ -167,6 +176,7 @@ tinymce.PluginManager.add('charmap', function(editor) {
[
'
248
'
,
'
o slash
'
],
[
'
339
'
,
'
ligature oe
'
],
[
'
353
'
,
'
s - caron
'
],
[
'
363
'
,
'
u - macron
'
],
[
'
249
'
,
'
u - grave
'
],
[
'
250
'
,
'
u - acute
'
],
[
'
251
'
,
'
u - circumflex
'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment