12 lines
		
	
	
		
			396 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			396 B
		
	
	
	
		
			Factor
		
	
	
| USING: help.markup help.syntax ;
 | |
| IN: io.encodings.ascii
 | |
| 
 | |
| HELP: ascii
 | |
| { $class-description "ASCII encoding descriptor." } ;
 | |
| 
 | |
| ARTICLE: "ascii" "ASCII encoding"
 | |
| "By default, if there's a non-ASCII character in an input stream, it will be replaced with a replacement character (U+FFFD), and if a non-ASCII character is used in output, an exception is thrown."
 | |
| { $subsection ascii } ;
 | |
| 
 | |
| ABOUT: "ascii"
 |