William Herry

Results 4 issues of William Herry

after insert image immediately input Chinese(or any other language with similar input method I assume) will have problem, the first English char will be inserted before Chinese word, and while...

钶字的结果不对 ``` 3.1.2 :002 > require 'ruby-pinyin' => true 3.1.2 :003 > PinYin.of_string("柯") => ["ke"] 3.1.2 :004 > PinYin.of_string("钶") => ["e"] 3.1.2 :005 > PinYin.of_string("钶", :ascii) => ["e1"] 3.1.2 :006...

here is the code in simditor js code `val = 'http://' + val unless /^(http|https|ftp|ftps|file)?:\/\/|^(mailto|tel)?:|^\//ig.test(val) or !val` and here is the code in this gem `uri = /^(http(s)?:\/\/|\/)/.test(match[0]) ? match[0]...

I find it already insert text at the beginning on ie, do you have plan to support IE