Convert to utf-8 encoding.

This commit is contained in:
Carl Worth 2005-02-22 11:32:02 +00:00
parent 6b537f2466
commit 604e333be2
6 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2005-02-22 Carl Worth <cworth@cworth.org>
* test/write_png.c:
* src/cairo-atsui.h:
* src/cairo_atsui_font.c: Convert to utf-8 encoding.
2005-02-22 Carl Worth <cworth@cworth.org>
* configure.in: Temporarily disable XCB backend by default.

View file

@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2004 Calum Robinson
* Copyright © 2004 Calum Robinson
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public

View file

@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2004 Calum Robinson
* Copyright © 2004 Calum Robinson
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public

View file

@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2004 Calum Robinson
* Copyright © 2004 Calum Robinson
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2003 USC, Information Sciences Institute
* Copyright © 2003 USC, Information Sciences Institute
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
@ -22,7 +22,7 @@
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth@isi.edu>
* Author: Carl D. Worth <cworth@cworth.org>
*/
#include <stdio.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2003 USC, Information Sciences Institute
* Copyright © 2003 USC, Information Sciences Institute
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
@ -22,7 +22,7 @@
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth@isi.edu>
* Author: Carl D. Worth <cworth@cworth.org>
*/
#include <stdio.h>