Closed
Description
jruby --version
jruby 9.0.4.0 (2.2.2) 2015-11-12 b9fb7aa Java HotSpot(TM) 64-Bit Server VM 25.65-b01 on 1.8.0_65-b17 +jit [Windows 10-amd64]
gollum --version
Gollum 4.0.1
can not create utf-8 titled page
When I create a page with utf-8 like this:
it turns out to be:
may be it's ok, though it should be the same as the utf-8 chars, but it works fine, cus I can use English words as my title.
can not edit utf-8 titled page
when wiki cloned from another remote server, like oschina, like this:
I want to edit the wiki pages locally then push it to oschina.
seems ok(I'll talk of 亮ç¯ç � later, sorry about this Invisible char):
the mk files were encoded with uft-8:
I tried to edit this page, then I save it, created the page : 亮ç¯ç, and the initial page remains to what it was.
I'v read about #547 and #824 (the latter didn't help), so i believe it's been solved, however It appeared on my windows workstation.
Activity
chengxinsun commentedon Jan 12, 2016
me too at mac os x 10.10.x
liuweizzuie commentedon Jan 12, 2016
@karas1999
感谢回复提供的解决方案。然而我使用的是JRuby,貌似rugged_adapter依赖于rugged,而Windows下安装rugged却是个比较麻烦的事情,因为总是无法编译C语言文件。我之前尝试过在Windows上使用ruby,但体验并不好,因为gollum无法安装于ruby,后来装了Jruby才能用的。
暂时先将就着用吧。
ptux commentedon Jun 4, 2018
We should fix this by ourselves who live in the multi-byte world.
So, I raise my hand.
bartkamphorst commentedon Aug 28, 2018
@ptux Any help would be appreciated!
dometto commentedon Sep 17, 2018
This should be fixed in gollum/gollum-lib@f397fec which is part of the
5.x
branch. Anyone care to test it on windows and let us know about it?bartkamphorst commentedon Sep 17, 2018
I'm considering this fixed unless I hear otherwise from someone working on Windows.