Tsuneo Yoshioka

Results 15 comments of Tsuneo Yoshioka

For me, running "mvn install" just under "v2" directory before running "mvn install" on "v2/cdc-parent" solved the problem. (for MySQL)

+1 for adding ui-ace.js and ace.js to main in the bower.son.

Does my Pull-Request that support CJK languages help ? https://github.com/chjj/term.js/pull/97

The patch support CJK languages(Japanese for me) for both input(IME) and output. Also, copy and paste (Command-C,Command-V on Mac, or context menu on Windows) works. I tested on Safari, Chrome,...

To test with tty.js, following patch need to be applied. ``` /usr/local/lib/node_modules/tty.js/static (master)$ diff -u tty.js-orig tty.js --- tty.js-orig 2015-11-04 17:03:14.000000000 +0900 +++ tty.js 2015-11-04 17:06:53.000000000 +0900 @@ -302,7 +302,10...

@e1ee1e11 I'm sorry but I cannot reproduce the issue. I think it is nice to have a capture image...

I made a Pull Request that handles non-English characters. https://github.com/chjj/term.js/pull/97

I made a Pull Request that support Copy and Paste using hidden textarea. https://github.com/chjj/term.js/pull/97

I made a Pull Request for full CJK support including IME. https://github.com/chjj/term.js/pull/97

I tried to fix to handle all the non-English characters. https://github.com/chjj/term.js/pull/97