Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at-text-transform [2011/12/01 07:00] florianat-text-transform [2011/12/01 07:41] – [The convert-predefined descriptor] florian
Line 84: Line 84:
 <note warning>ISSUE: Should we combine the 3 descriptors into one, with the following syntax? <note warning>ISSUE: Should we combine the 3 descriptors into one, with the following syntax?
 <code> [<string> [, <string>]? to <string> [, <string>]?] | <text-transform></code> </note> <code> [<string> [, <string>]? to <string> [, <string>]?] | <text-transform></code> </note>
 +
 +<note warning>ISSUE: do we also need one more desciptor along these lines:
 +<code>Name: applies-to
 +Value: all | initial
 +Default: all
 +</code>
 +It would let people define customized versions of text-transform:capitalize;
 +</note>
 +
  
  
Line 149: Line 158:
 } }
 </code> </code>
 +
 +==== Georgian upper/lower case ====
 +
 +http://en.wikipedia.org/wiki/Letter_case#Other_forms_of_case
 +http://en.wikipedia.org/wiki/Georgian_alphabet
 +
 +The Georgian language has used three different unicameral alphabets through history: Asomtavruli, Nuskhuri, and Mkhedruli. Recently, some authors have been using Asomtavruli letters in an otherwise Mkhedruli text, in a way that resembles a bicameral alphabet. One may assume that they would find the following transform useful.
 +
 +@text-transform Mkhedruli-to-Asomtavruli
 +{
 +    convert: "ა","ჵ" to "Ⴀ","Ⴥ";
 +}
 +
 +@text-transform Asomtavruli-to-Mkhedruli
 +{
 +    convert: "Ⴀ","Ⴥ" to "ა","ჵ";
 +}
  
  
 
at-text-transform.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki