Re: [nodejs] Re: [icu-support] Building Node.js with full-icu on Raspbian

2018-03-03 Thread Koray
de strings with ICU? If so, what's the point of being able to decode but not encode using same encodings? Thank you Koray On 2/22/18, Steven R. Loomis <s...@icu-project.org> wrote: > Hello, > > 1. instead of rebuilding ICU, you can also just supply the full ICU data > (yo

Re: [nodejs] Re: Are functions which defined using eval or new Function() optimized?

2018-03-03 Thread Koray
This is very useful to know. Thank you for your help. On 3/3/18, Zlatko <zladu...@gmail.com> wrote: > > Hi Koray, > > Apparently, the answer to your original question is "yes", functions > generated by "eval" or "new Function()" will get optimize

Re: [nodejs] Re: Are functions which defined using eval or new Function() optimized?

2018-03-02 Thread Koray
Hello, Thanks for your response. Main reason is I'm mostly a beginner so for the time being this is the only way I know. There will be multiple active sockets at any given time and they will be interacting, so I want to be able to roll changes in without having to restart. Koray On 3/2/18

[nodejs] Are functions which defined using eval or new Function() optimized?

2018-03-01 Thread Koray
Hello, I have a real time application which will require constant updates / bug fixes. So I will be constantly defining new functions on prototypes or constructors. My question is, will there be a difference between functions which were hard coded and functions defined using eval or Function

[nodejs] Building Node.js with full-icu on Raspbian

2018-02-22 Thread Koray
Hello, I need to provide support for ISO-8859-9 (win-1254) in my application. So instead of default implementation of small-icu, I'm installing my Node.js with full-icu on my Raspberry Pi which runs Raspbian. However, when I try to build it, I get the following error: