我真的不知道该给这个问题取什么名字。让我解释一下发生了什么。我想使用nano在python文件中键入类似test ('ö')的内容。
test ('ö #so far so good, but when I type the closing citation mark:
test 'ö' #that's happening
这只是在终端的python文件中键入非ASCII字符时发生的几件奇怪的事情之一。
环境
Ubuntu 12.04到Mac 10.8上的SSH
Python 2.7.3
Bash
LANG和LANG
我有一个事物数据库,每个东西都可以用不同的语言有几个名字。这是目前标准化的事物有-许多名称模式:
things
------
id
...
names
-----
id
thing_id
language
name
我正在使用Solr对其进行索引,并试图找出最佳的方法将其去定向为Lucene模式。这个可以用:
<fields>
<field name="id" type="uuid" indexed="true" stored="true" required="true" />