View Issue Details

IDProjectCategoryView StatusLast Update
0000222fileGeneralpublic2021-01-04 19:48
Reporterryoon Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version5.40 
Summary0000222: Add more Citrus locale database file support
DescriptionCitrus LC_CTYPE is detected currently, however the other types are not detected.
Add more types.

See:
LC_MONETARY: Citrus locale declaration for LC_MONETARY
LC_NUMERIC: Citrus locale declaration for LC_NUMERIC
LC_TIME: Citrus locale declaration for LC_TIME
SYS_LC_MESSAGES: Citrus locale declaration for LC_MESSAGES
TagsNo tags attached.

Activities

ryoon

2021-01-04 09:57

reporter  

file-more-citrus-db-files.diff (459 bytes)   
diff --git a/magic/Magdir/citrus b/magic/Magdir/citrus
index 41ad884d..db5cd062 100644
--- a/magic/Magdir/citrus
+++ b/magic/Magdir/citrus
@@ -5,4 +5,8 @@
 #
 
 0	string		RuneCT		Citrus locale declaration for LC_CTYPE
+0	string		CtrsME		Citrus locale declaration for LC_MESSAGES
+0	string		CtrsMO		Citrus locale declaration for LC_MONETARY
+0	string		CtrsNU		Citrus locale declaration for LC_NUMERIC
+0	string		CtrsTI		Citrus locale declaration for LC_TIME
 

christos

2021-01-04 19:48

manager   ~0003523

Fixed, thanks!

Issue History

Date Modified Username Field Change
2021-01-04 09:57 ryoon New Issue
2021-01-04 09:57 ryoon File Added: file-more-citrus-db-files.diff
2021-01-04 19:48 christos Assigned To => christos
2021-01-04 19:48 christos Status new => assigned
2021-01-04 19:48 christos Status assigned => resolved
2021-01-04 19:48 christos Resolution open => fixed
2021-01-04 19:48 christos Fixed in Version => 5.40
2021-01-04 19:48 christos Note Added: 0003523