Hello
I've always programmed web sites in French and Japanese but there are issues I've always avoided mainly because lack of time. But now, it's time for me to find a way to work in a more clever way, and hopefully, you could help
I work on a japanese version of Win98 mainly with Homesite 5.0. Until now, I lazily decided to use HTML to output french accents (like è ... etc) but now that I have more and more sites to design in French, I need to be able to work directly with the right character set inside the code editor.
Although I managed to input French in the editor with the Lucida Console font, I've found out that the code gets broken when I have something like : $var = "bébé" . In that case, the last double quote isn't recognized by the code parser.
I've been told that Dreamweaver can handle multi language very easily, but I don't want to buy it right now. And it takes too much memory in my opinion.
So, what are the alternate solutions for a comfortable multigual programming experience?
Should I install a Unicode font instead?
Where could I find such a font for free?
Are there other solutions instead?
Thanks a lot to the ones who will help!
I've always programmed web sites in French and Japanese but there are issues I've always avoided mainly because lack of time. But now, it's time for me to find a way to work in a more clever way, and hopefully, you could help
I work on a japanese version of Win98 mainly with Homesite 5.0. Until now, I lazily decided to use HTML to output french accents (like è ... etc) but now that I have more and more sites to design in French, I need to be able to work directly with the right character set inside the code editor.
Although I managed to input French in the editor with the Lucida Console font, I've found out that the code gets broken when I have something like : $var = "bébé" . In that case, the last double quote isn't recognized by the code parser.
I've been told that Dreamweaver can handle multi language very easily, but I don't want to buy it right now. And it takes too much memory in my opinion.
So, what are the alternate solutions for a comfortable multigual programming experience?
Should I install a Unicode font instead?
Where could I find such a font for free?
Are there other solutions instead?
Thanks a lot to the ones who will help!