June 13, 2018

 

Docker build unicode filenames issue

When including any non-ASCII filenames into image one need to double-check filenames at char level! The reason is that docker can be creative on how to encode char (for example Й, 1081 (single char) vs И, 1080 + 774 (upper part) (two chars!) - docker makes 2 chars from single one). Thanks docker, you gave me 2 days of uking with this trash!

Labels: , , , ,

November 27, 2010

 

svn: detecting file renaming!

Super cool feature when you change something from IDE when use external SmartSVN, see example screenshot:

Labels: , , , ,

This page is powered by Blogger. Isn't yours?