17 lines
		
	
	
		
			565 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			565 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "StringEncode",
 | |
|   "description": "Converts characters from one encoding to another using a transformation (think HTML entities, not character encodings).",
 | |
|   "author": "Colin T.A. Gray (colinta)",
 | |
|   "details": "https://github.com/colinta/SublimeStringEncode",
 | |
|   "labels": ["text manipulation"],
 | |
|   "releases": [
 | |
|     {
 | |
|       "details": "https://github.com/colinta/SublimeStringEncode/tree/master",
 | |
|       "sublime_text": "<3000"
 | |
|     },
 | |
|     {
 | |
|       "details": "https://github.com/colinta/SublimeStringEncode/tags",
 | |
|       "sublime_text": ">=3000"
 | |
|     }
 | |
|   ]
 | |
| } |