Changeset 3172 for libcaca/trunk/caca-php/examples/figfont.php
- Timestamp:
- Nov 1, 2008, 1:45:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/figfont.php
r3135 r3172 1 1 #!/usr/bin/php5 2 2 <?php 3 /* 4 * figfont.php sample program for libcaca php binding 5 * Copyright (c) 2008 Nicolas Vion <nico@yojik.eu> 6 * 7 * This program is free software. It comes without any warranty, to 8 * the extent permitted by applicable law. You can redistribute it 9 * and/or modify it under the terms of the Do What The Fuck You Want 10 * To Public License, Version 2, as published by Sam Hocevar. See 11 * http://sam.zoy.org/wtfpl/COPYING for more details. 12 */ 3 13 4 14 function unistr_to_ords($str, $encoding = 'UTF-8'){
Note: See TracChangeset
for help on using the changeset viewer.