: You can also ensure the browser sends an utf8 encoded post by
: <form accept-charset="UTF-8" ...
: It works even if the page the form is in is not an UTF-8 page.

the solr admin pages already set the charset to UTF-8, so this is really
only an issue if you are using your own form.

but this is only the first half of the problem.

the second half is that servlet containers don't always do the right thing
with percent encoded UTF-8 strings...

http://www.nabble.com/Cyrillic-characters-t1963293.html#a5402562
http://wiki.apache.org/solr/SolrTomcat (see URI charset section)


-Hoss

Reply via email to