Page MenuHomePhabricator

Adding Unified Canadian Aboriginal Syllabics to MediaWiki's special character list as used in WikiEditor and VisualEditor
Closed, ResolvedPublic1 Estimated Story Points

Description

Some books using french, english and Unified Canadian Aboriginal Syllabics needs U+1400 @ U+167F to proofread. It would be very useful to have these syllabics along the other languages available on Wikisource.

Event Timeline

Ernest-Mtl raised the priority of this task from to Needs Triage.
Ernest-Mtl updated the task description. (Show Details)
Ernest-Mtl subscribed.

Thanks for taking the time to report this!

This seems to be about WikiEditor, hence setting that project.

Thanks for taking the time to report this!

This seems to be about WikiEditor, hence setting that project.

Ah thanks... I had never noticed it was on all wikis... I usually take VisualEditor on Wikipedia, hence had never seen the special character on the code editor! :)

Should be possible for an on-wiki admin to set up in a gadget, e.g. this adds 'a' to the 'latin' special characters page:
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { section: 'characters', characters: [ 'a' ], page: 'latin' } );

Although I wonder if we should just add these into resources/src/mediawiki.language/specialcharacters.json in MediaWiki core, that way WikiEditor will pull them in by default.

Krenair renamed this task from Adding Unified Canadian Aboriginal Syllabics to FR Wikisource Special Character Toolbar to Adding Unified Canadian Aboriginal Syllabics to Special Character Toolbar.Aug 11 2015, 6:31 PM
Krenair set Security to None.

@Krenair: I don't think it's possible to add an entirely new codepoint page in a reasonable way through a gadget though - the Canadian syllabics are a distinct script entirely with several dozen codepoints.

In T108626#1540824, @coren wrote:

@Krenair: I don't think it's possible to add an entirely new codepoint page in a reasonable way through a gadget though - the Canadian syllabics are a distinct script entirely with several dozen codepoints.

Good point, that's my understanding too. Hopefully the i18n people will be able to find all the relevant characters to add to the file in core.

Ah. And then we'll need to add the section to WikiEditor...

Jdforrester-WMF renamed this task from Adding Unified Canadian Aboriginal Syllabics to Special Character Toolbar to Adding Unified Canadian Aboriginal Syllabics to MediaWiki's special character list as used in WikiEditor and VisualEditor.Mar 31 2016, 1:21 PM
Jdforrester-WMF triaged this task as Medium priority.
Jdforrester-WMF set the point value for this task to 1.

Change 346062 had a related patch set uploaded (by Tpt):
[mediawiki/core@master] Adds canadian aboriginal to mw.language.specialcharacters

https://gerrit.wikimedia.org/r/346062

Change 346509 had a related patch set uploaded (by Amire80):
[mediawiki/extensions/WikiEditor@master] Add Canadian Aboriginal characters to the special characters toolbar

https://gerrit.wikimedia.org/r/346509

Change 346062 merged by jenkins-bot:
[mediawiki/core@master] mw.language.specialcharacters: Add Canadian Aboriginal group

https://gerrit.wikimedia.org/r/346062

Change 346509 merged by jenkins-bot:
[mediawiki/extensions/WikiEditor@master] Add Canadian Aboriginal characters to the special characters toolbar

https://gerrit.wikimedia.org/r/346509