Blueberry porridge is called blåbærgrød in Danish. Just one word. The Danish alphabet contains the extra vowels æ, ø, and å. The word
k=.'blåbærgrød' contains ten letters, like this: #k 13 No, # didn't work. The words ;:'danish blueberry porridge' ┌──────┬─────────┬────────┐ │danish│blueberry│porridge│ └──────┴─────────┴────────┘ doesn't work in Danish: ;:k ┌──┬─┬─┬─┬─┬─┬───┬─┬─┬─┐ │bl│�│�│b│�│�│rgr│�│�│d│ └──┴─┴─┴─┴─┴─┴───┴─┴─┴─┘ I managed to solve the # problem by converting to unicode like this k=.7 u: k k blåbærgrød #k 10 This count is correct, but the words ;:k ┌──┬─┬─┬─┬───┬─┬─┐ │bl│�│b│�│rgr│�│d│ └──┴─┴─┴─┴───┴─┴─┘ is still not correct. I suppose I need to use the dyadic ;: but I don't know how. Please help me. - Bo ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm