-/* $Id: chars.in,v 1.31 2010/07/26 13:59:00 kristaps Exp $ */
+/* $Id: chars.in,v 1.33 2010/08/16 09:51:17 kristaps Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
STRING("PI", "pi", 960)
STRING("L\"", "``", 8220)
STRING("R\"", "\'\'", 8221)
-STRING("C+", "C++", 0)
STRING("C`", "`", 8216)
STRING("C\'", "\'", 8217)
STRING("Aq", "\'", 39)