mediawiki-extensions-Visual.../modules/unicodejs/AUTHORS.txt
David Chan 1c78d0a38c Use grapheme clusters in unicodeJS.TextString
unicodejs.js:
* add splitClusters(text) and splitCharacters(text) methods

unicodejs.textstring.js:
* change internal representation from a char string to a list of grapheme
  clusters

unicodejs.wordbreak.js:
* change getGroup to work on the first character of a grapheme cluster

ve.js:
* Use new unicodejs.splitClusters function

Bug: 48975
Change-Id: I202b98199d2780534d1e02519b72579ba796f08f
2013-05-30 17:34:10 +01:00

7 lines
177 B
Plaintext

Principal Authors (major contributors, alphabetically)
Ed Sanders <esanders@wikimedia.org>
David Chan <david@troi.org>
Patch Contributors (minor contributors, alphabetically)