Matt,
> I'm now just using a handbuilt dict that holds translations like
>
> 'fr_FR' : 'French_France'
> 'da_DK' : 'Danish_Denmark'
What sources are you using for your dict keys and dict values? I'm
struggling with the same issue and I'm looking for master references for
both sets of code.
Than
On Feb 3, 12:13 pm, "Martin P. Hellwig"
wrote:
> On 02/03/11 10:59, AlienBaby wrote:
>
>
>
>
>
> > On Feb 3, 10:22 am, AlienBaby wrote:
> >> Hi,
>
> >> I'm attempting to convert some date-time strings from a text file
> >> under windows into a datetime object as returned by strptime()
>
> >> Howe
On 02/03/11 10:59, AlienBaby wrote:
On Feb 3, 10:22 am, AlienBaby wrote:
Hi,
I'm attempting to convert some date-time strings from a text file
under windows into a datetime object as returned by strptime()
However, the strings can represent dates in various formats based on
the country of ori
On Feb 3, 10:22 am, AlienBaby wrote:
> Hi,
>
> I'm attempting to convert some date-time strings from a text file
> under windows into a datetime object as returned by strptime()
>
> However, the strings can represent dates in various formats based on
> the country of origin, for example shortened
Hi,
I'm attempting to convert some date-time strings from a text file
under windows into a datetime object as returned by strptime()
However, the strings can represent dates in various formats based on
the country of origin, for example shortened month names etc.. are
different between countries.