[Anjuta-list] Anjuta 1.2.0 and Unicode



It seems like the current (yesterday's) snapshot still doesn't understand UTF-8. I have this lines in user.properties:
code.page=0
character.set=204
#~ # Required for Unicode to work on GTK+:
LC_CTYPE=ru_RU.UTF-8

and nevertheless Anjuta 1.2.0 prints Russian in KOI8-R (main.cc is attached).
	Igor Gorbounov

/* Created by Anjuta version 1.1.1 */
/*	This file will not be overwritten */
#include <iostream>
#include <fstream>
int main()

{
	std::ofstream oss("/home/igorg/tmp/testing3.txt");
	oss << "ðÒÉ×ÅÔ!" << std::endl;
	return (0);
}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]