Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Add multibyte support, using builtin emscripten UTF8 functions. #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emnh
Copy link
Contributor

@emnh emnh commented May 12, 2016

It is disabled by default.
Fix $ to end of line, HOME, END, CTRL+F (forward) and CTRL+B (backward) on Chrome. Also tested on Firefox and IE.
Consistently use -Oz optimization across all stages of compilation: configure, make and link.
Remove 'handled' if.
Add exported functions to emterpreted version.

It is disabled by default.
Fix $ to end of line, HOME, END, CTRL+F (forward) and CTRL+B (backward) on Chrome. Also tested on Firefox and IE.
Consistently use -Oz optimization across all stages of compilation: configure, make and link.
Remove 'handled' if.
Add exported functions to emterpreted version.
@Sibicoder
Copy link

Sibicoder commented Jul 3, 2016

@emnh Is there anyway to get unicode support? I can't type in Tamil letters. I am using chrome.

@emnh
Copy link
Contributor Author

emnh commented Jul 3, 2016

@Sibicoder Yes, just apply this PR, change --disable-multibyte to --enable-multibyte in build.sh and build it :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants