mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	Strip out a remaining programlisting
This commit is contained in:
		| @@ -78,16 +78,16 @@ | |||||||
|  * set in which the application operates. Consider the Spanish file name |  * set in which the application operates. Consider the Spanish file name | ||||||
|  * "Presentación.sxi". If the application which created it uses |  * "Presentación.sxi". If the application which created it uses | ||||||
|  * ISO-8859-1 for its encoding, |  * ISO-8859-1 for its encoding, | ||||||
|  * <programlisting> |  * |[ | ||||||
|  * Character:  P  r  e  s  e  n  t  a  c  i  ó  n  .  s  x  i |  * Character:  P  r  e  s  e  n  t  a  c  i  ó  n  .  s  x  i | ||||||
|  * Hex code:   50 72 65 73 65 6e 74 61 63 69 f3 6e 2e 73 78 69 |  * Hex code:   50 72 65 73 65 6e 74 61 63 69 f3 6e 2e 73 78 69 | ||||||
|  * </programlisting> |  * ]| | ||||||
|  * However, if the application use UTF-8, the actual file name on |  * However, if the application use UTF-8, the actual file name on | ||||||
|  * disk would look like this: |  * disk would look like this: | ||||||
|  * <programlisting id="filename-utf-8"> |  * |[ | ||||||
|  * Character:  P  r  e  s  e  n  t  a  c  i  ó     n  .  s  x  i |  * Character:  P  r  e  s  e  n  t  a  c  i  ó     n  .  s  x  i | ||||||
|  * Hex code:   50 72 65 73 65 6e 74 61 63 69 c3 b3 6e 2e 73 78 69 |  * Hex code:   50 72 65 73 65 6e 74 61 63 69 c3 b3 6e 2e 73 78 69 | ||||||
|  * </programlisting> |  * ]| | ||||||
|  * Glib uses UTF-8 for its strings, and GUI toolkits like GTK+ that use |  * Glib uses UTF-8 for its strings, and GUI toolkits like GTK+ that use | ||||||
|  * Glib do the same thing. If you get a file name from the file system, |  * Glib do the same thing. If you get a file name from the file system, | ||||||
|  * for example, from readdir() or from g_dir_read_name(), and you wish |  * for example, from readdir() or from g_dir_read_name(), and you wish | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user