mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "char",
 | 
						|
  "type": "function",
 | 
						|
  "groups": ["String"],
 | 
						|
  "description": "Returns the character associated with a unicode code.",
 | 
						|
  "arguments": [{
 | 
						|
    "arg": "code",
 | 
						|
    "description": "a unicode code number"
 | 
						|
  }],
 | 
						|
  "examples": [{
 | 
						|
    "expression": "char(81)",
 | 
						|
    "returns": "'Q'"
 | 
						|
  }],
 | 
						|
  "tags": ["associated", "character", "unicode", "code"]
 | 
						|
}
 |