problem with non-English company names

Added by Amir R 6 months ago

Hi,

I have just installed Argentum for testing. It looks very nice!
I had a problem after saving a client's details. The company's name is in Hebrew.

When I try to view the company details I get the following error:

Page Not Found, The page you requested, client/view, could not be found.

Looking at the code I saw that the identification of the client in the link is done via the 'short name' field, but it was empty.
I then found that creation of this field is done with url::title(), but this function appearantly does not work for non-english chars.


Replies

RE: problem with non-English company names - Added by Jeremy Bush 6 months ago

url::title() should convert UTF8 chars into normal ascii chars. Can you post an example of the company name?