mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Explain how to fix no output issue
I just ran into this so I figured it might be helpful for others.
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							147503bd56
						
					
				
				
					commit
					1cad3f56ec
				
			| @@ -568,6 +568,10 @@ iconv -f ISO-8859-1 -t UTF-8 my-file.php | bat | |||||||
| Note: you might have to use the `-l`/`--language` option if the syntax can not be auto-detected | Note: you might have to use the `-l`/`--language` option if the syntax can not be auto-detected | ||||||
| by `bat`. | by `bat`. | ||||||
|  |  | ||||||
|  | ### No output on Windows | ||||||
|  |  | ||||||
|  | Install the Visual C++ Redistributable: [The latest supported Visual C++ downloads - Microsoft Support](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) | ||||||
|  |  | ||||||
| ## Development | ## Development | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user