[Indic-computing-cvs-logs] SF.net SVN: indic-computing: [323] doc/trunk/en_US.ISO8859-1/books/faq/b
Status: Alpha
Brought to you by:
jkoshy
|
From: <jk...@us...> - 2008-07-08 03:13:46
|
Revision: 323
http://indic-computing.svn.sourceforge.net/indic-computing/?rev=323&view=rev
Author: jkoshy
Date: 2008-07-07 20:13:56 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
Add a Q&A entry on how to display a vowel sign in isolation.
Modified Paths:
--------------
doc/trunk/en_US.ISO8859-1/books/faq/book.sgml
Modified: doc/trunk/en_US.ISO8859-1/books/faq/book.sgml
===================================================================
--- doc/trunk/en_US.ISO8859-1/books/faq/book.sgml 2007-12-30 08:24:20 UTC (rev 322)
+++ doc/trunk/en_US.ISO8859-1/books/faq/book.sgml 2008-07-08 03:13:56 UTC (rev 323)
@@ -521,6 +521,28 @@
website.</simpara>
</answer>
</qandaentry>
+ <qandaentry>
+ <question>
+ <simpara>How do I display a vowel sign without attaching
+ it to a consonant?</simpara>
+ </question>
+ <answer>
+
+ <simpara>The canonical means of exhibiting a combining
+ mark such as a vowel sign in isolation is to apply it to
+ <codepoint character-set="unicode"
+ codepoint-name="NO-BREAK
+ SPACE">U+00A0</codepoint>.</simpara>
+
+ <simpara>On Microsoft operating systems the required
+ sequence is <codepoint character-set="unicode"
+ codepoint-name="SPACE">U+0020</codepoint>, <codepoint
+ character-set="unicode" codepoint-name="ZERO WIDTH
+ JOINER">U+200D</codepoint>, followed by the vowel
+ sign.</simpara>
+
+ </answer>
+ </qandaentry>
</qandadiv>
<qandadiv>
<title>KSCLP</title>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|