You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/02/27 21:39:28 UTC

svn commit: r1075141 - /lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml

Author: yonik
Date: Sun Feb 27 20:39:28 2011
New Revision: 1075141

URL: http://svn.apache.org/viewvc?rev=1075141&view=rev
Log:
example: uncomment char outside the BMP

Modified:
    lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml

Modified: lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml?rev=1075141&r1=1075140&r2=1075141&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml (original)
+++ lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml Sun Feb 27 20:39:28 2011
@@ -34,9 +34,7 @@
     <field name="features">eaiou with umlauts: ëäïöü</field>
     <field name="features">tag with escaped chars: &lt;nicetag/&gt;</field>
     <field name="features">escaped ampersand: Bonnie &amp; Clyde</field>
-  <!--
     <field name="features">Outside the BMP:𐌈 codepoint=10308, a circle with an x inside. UTF8=f0908c88 UTF16=d800 df08</field>
-  -->
     <field name="price">0</field>
     <field name="inStock">true</field>
   </doc>