That's very poor wording, so let me be more precise. Suppose L is an unambiguous regular language on an alphabet {a1, ... an}, and suppose to each letter of the alphabet we associate two non-negative integers (xi, yi) which are not both zero. Associate to a word w the sum of the pairs of integers associated to each of its letters; call this M(w) = (x, y).
Let L' be the language consisting of all words such that M(w) = (x, x) for some x. Is L' an unambiguous context-free language?

