I noticed that when i execute icuformat outside of the bin directory it doesn't locate the locales directory.
This is due to using a relative path.
I thought it is relative to the program location but it appeared to be relative to the directory i execute the command from (which appears from the pwd command).
As the way that i will access locales data may change anyway, i will just delay fixing such issue.
But i am going to fix it in the hello program (the coding challenge program).
I noticed that when i execute icuformat outside of the bin directory it doesn't locate the locales directory. This is due to using a relative path. I thought it is relative to the program location but it appeared to be relative to the directory i execute the command from (which appears from the pwd command). As the way that i will access locales data may change anyway, i will just delay fixing such issue. But i am going to fix it in the hello program (the coding challenge program).